Skip to main content

RegionEntryLocation

The location where the player warps into a region.


X

The X position of the location. It ranges between -5000 and 5000. It increments by 1. It is of the type number. It is read-only, it cannot be assigned to.


Y

The Y position of the location. It ranges between 4000 and 6000. It increments by 1. It is of the type number. It is read-only, it cannot be assigned to.


Z

The Z position of the location. It ranges between -5000 and 5000. It increments by 1. It is of the type number. It is read-only, it cannot be assigned to.

Luau Type

This is the luau type for RegionEntryLocation. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).

type RegionEntryLocation = {
read Y: number,
read X: number,
read Z: number,
}